﻿claim_siberia = {
	is_shown = {
		exists = c:RUS
		root = c:RUS
		NOT = { has_variable = siberia_claimed }
	}

	possible = {
		is_at_war = no
		owns_entire_state_region = STATE_URAL
	}

	when_taken = {
		set_variable = siberia_claimed

		if = {
			limit = {
				exists = c:SIB
			}

			annex = c:SIB
		}

		if = {
			limit = {
				exists = c:SBR
			}

			change_relations = {
				country = c:SBR
				value = -50
			}
		}

		s:STATE_URAL = {
			add_homeland = north_russian
		}

		s:STATE_OB = {
			add_homeland = north_russian
		}

		s:STATE_UPPER_YENISEYSK = {
			add_homeland = north_russian
		}
	}

	ai_chance = {
		base = 100
	}
}
